Code coverage report for src/oblique-features.module.js

Statements: 100% (2 / 2)      Branches: 100% (0 / 0)      Functions: 100% (1 / 1)      Lines: 100% (2 / 2)      Ignored: none     

All files » src/ » oblique-features.module.js
1 2 3 4 5 6 7 8 9 10 11 121                 1    
(function() {
  'use strict';
  /**
   * @ngdoc overview
   * @name oblique-features
   * @description
   * The `oblique-features` angular module is the main module for loading the
   * feature enable/disable/hide functionality of oblique-features.
   */
  angular.module('oblique-features', []);
})();